Find Notes
Allows retrieving 'note' Observations associated with a recipient or a family claim.
Mechanism
GET [base]/Observation?category=https%3A//loinc.org%7C34109-9& and either subject=Patient/[ODBNumber] or focus=Coverage/[application number] (but not both)
May optional also add &status=final (to exclude 'deleted' notes)
Payload | Example |
---|---|
In: No payload. | |
Out: HTTP 200 with Observation Note Bundle, which will be empty if the recipient was not found | Observation Note Search Example |